home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 6 / 500 MB nyheder direkte fra internet CD 6.iso / start / install / dmp297 / dmp.ini < prev    next >
INI File  |  1994-01-02  |  3KB  |  154 lines

  1. ; DMP.INI
  2. ;
  3. ; Config file for DMP.EXE
  4. ;
  5.  
  6. [StartUp]
  7. ; Use these entries to change the default behaviour of DMP
  8.  
  9. ; Default cmdline (overrides DMP environment variable)
  10. ;CmdLine =
  11.  
  12. ; Directory DMP will change to before searching for modules
  13. ; Useful if your modules are in only one directory
  14. ;DefaultDir =
  15.  
  16. ; DMP automatically tries following extensions when given a filename
  17. ; without extension
  18. DefaultExt = MOD STM NST AMF S3M 669 MTM FAR ZIP LZH LHA ARJ
  19.  
  20.  
  21. [Colors]
  22. ; This section defines the colors used in DMP, but if you're using
  23. ; a monochrome video, then DMP uses [MonoColors] section instead.
  24.  
  25. ; Each entry defines one attribute, upper nibble is background color
  26. ; lower nibble is foreground color.
  27.  
  28. ; NOTE! You can also use bright backgorund colors, because blinking
  29. ; is disabled (for example 3D2 uses "bright" black background).
  30.  
  31. ; Here is a list of colors and matching numbers (in hexadecimal):
  32.  
  33. ; BLACK     = 0         DARK GREY       = 8
  34. ; BLUE      = 1         BRIGHT BLUE     = 9
  35. ; GREEN     = 2         BRIGHT GREEN    = A
  36. ; CYAN      = 3         BRIGHT CYAN     = B
  37. ; RED       = 4         BRIGHT RED      = C
  38. ; MAGENTA   = 5         BRIGHT MAGENTA  = D
  39. ; BROWN     = 6         YELLOW          = E
  40. ; GREY      = 7         WHITE           = F
  41.  
  42. ; Top line (the copyright)
  43. Header = 0x4F
  44.  
  45. ; Module playing info
  46. Info1 = 0x17
  47. Info2 = 0x1E
  48.  
  49. ; 3D effect in track display
  50. 3D1 = 0x7F
  51. 3D2 = 0x8F
  52. 3D3 = 0x78
  53.  
  54. ; Track info
  55. Track = 0x78
  56.  
  57. ; Volume bar colors
  58. VolumeBar1 = 0x7A
  59. VolumeBar2 = 0x7E
  60. VolumeBar3 = 0x7C
  61.  
  62. ; Instrument list colors
  63. Instr1 = 0x1E
  64. Instr2 = 0x1A
  65. Instr3 = 0x1D
  66.  
  67. ; Contact screen colors
  68. Contact1 = 0x07
  69. Contact2 = 0x0A
  70.  
  71. ; Help screen colors
  72. Help1 = 0x5F
  73. Help2 = 0x5E
  74.  
  75.  
  76.  
  77. [MonoColors]
  78.  
  79. ; Attributes on monochrome video adapters
  80.  
  81. ; NORMAL    = 0x07
  82. ; REVERSE   = 0x70
  83. ; BRIGHT    = 0x0F
  84. ; BRIGHT REV= 0x74
  85. ; UNDERLINE = 0x01
  86. ; BRIGHT UND= 0x09
  87.  
  88. ; Top line (the copyright)
  89. Header = 0x7F
  90.  
  91. ; Module playing info
  92. Info1 = 0x07
  93. Info2 = 0x0F
  94.  
  95. ; 3D effect in track display
  96. 3D1 = 0x7F
  97. 3D2 = 0x8F
  98. 3D3 = 0x78
  99.  
  100. ; Track info
  101. Track = 0x78
  102.  
  103. ; Volume bar colors
  104. VolumeBar1 = 0x7F
  105. VolumeBar2 = 0x7F
  106. VolumeBar3 = 0x7F
  107.  
  108. ; Instrument list colors
  109. Instr1 = 0x07
  110. Instr2 = 0x09
  111. Instr3 = 0x0F
  112.  
  113. ; Contact screen colors
  114. Contact1 = 0x07
  115. Contact2 = 0x0F
  116.  
  117. ; Help screen colors
  118. Help1 = 0x70
  119. Help2 = 0x7F
  120.  
  121.  
  122. [Unpack]
  123. ; This section defines a list of extensions that are archives and
  124. ; how to extract modules from them. You can have up to 10 different
  125. ; extensions
  126.  
  127. ; Directory to put extracted modules into (must exist)
  128. TempDir = C:\
  129.  
  130. ; The syntax is:
  131. ;
  132. ; .XXX = command line
  133. ;
  134. ; Where .XXX is the archive extension and command line is how to extract
  135. ; modules from the archive
  136. ;
  137. ; Following characters have special meaning in command line
  138. ;
  139. ; first %s = name of the archive
  140. ; second %s = temp directory
  141. ;
  142. ; After DMP has extracted the modules it tries to play the extracted
  143. ; files in the temp directory and then deletes played files.
  144. ;
  145. ; Note that DMP plays *only* the newly created files in the directory,
  146. ; not the ones that were there already so you can use your normal TEMP
  147. ; directory for this purpose.
  148.  
  149. .ZIP = pkunzip -e -o %s %s
  150. .LHA = lha e -m %s %s
  151. .LZH = lha e -m %s %s
  152. .ARJ = arj e -y %s %s
  153.  
  154.